home *** CD-ROM | disk | FTP | other *** search
/ Grafik Collection 1 / Grafik Collection 1.iso / hamlabplus_demo / documentation / intro.doc < prev    next >
Text File  |  1992-08-09  |  5KB  |  159 lines

  1. HAMLAB PLUS
  2. Version 2.0.8
  3. August 9, 1992
  4.  
  5. (c) Copyright 1990-1992 J. E. Hanway
  6. All rights reserved.
  7.  
  8. IN THIS DOCUMENT:
  9.  
  10. INTRODUCTION
  11.  
  12. DOCUMENTATION ROADMAP
  13.  
  14. DISTRIBUTION
  15.  
  16. REGISTRATION INFORMATION
  17.  
  18. SUPPORT INFORMATION
  19.  
  20. ACKNOWLEDGEMENTS
  21.  
  22. INTRODUCTION
  23.  
  24. HAMLAB PLUS is an image format conversion utility.  It can read
  25. bit-mapped images in many formats, perform some basic operations on
  26. them, reduce them to a native Amiga display mode, and save them in
  27. Amiga IFF format.  It is intended mainly to read images with more
  28. colors and higher resolution than are displayable on Amigas (JPEG
  29. files and 256 color GIFs, for example) and to reduce the number of
  30. colors in the image until the Amiga can display it, preserving
  31. as much of the original image's quality as possible.
  32.  
  33. HAMLAB PLUS has many options: for the final format, you can choose
  34. from dozens of combinations of resolution, number of colors, and
  35. other factors, plus you can crop, resize, or adjust the colors of
  36. the image in the process of converting it.
  37.  
  38. HAMLAB PLUS is modular: it uses separate "filter" programs to read
  39. images, and new filter programs can be added to support other
  40. formats without requiring the main program to be updated.  Similarly,
  41. HAMLAB PLUS can "export" to several formats using similar "exporter"
  42. programs.
  43.  
  44. HAMLAB PLUS is flexible: it has a full Amiga point-and-click
  45. user interface with an AmigaOS Release 2 look and feel, plus
  46. it can be run in a simple batch mode from the command line, and
  47. it has a powerful AREXX command set.
  48.  
  49. Finally, HAMLAB PLUS is extremely configurable: you can configure it
  50. to start up with your preferred settings, plus you can tailor its
  51. operation so that it utilizes as much or as little of your
  52. system's RAM and disk space as you wish.
  53.  
  54.  
  55. DOCUMENTATION ROADMAP
  56.  
  57. The HAMLAB PLUS documentation is supplied on disk in plain text,
  58. formatted for 70 columns, with form feeds between sections.  When
  59. making a hard copy, I recommend allowing a 1 inch left margin (10
  60. columns in pica) for punching holes to insert into a binder.
  61.  
  62. The topics are organized as follows:
  63.  
  64. intro.doc       Introduction, roadmap, legalese
  65.                 acknowledgements
  66.  
  67. userman.doc     Quick start, setup, operation
  68.  
  69. cmd-ref.doc     AREXX / config file command reference.
  70.  
  71. filt-ref.doc    Filter and exporter reference.
  72.  
  73. relnotes.doc    Release notes
  74.  
  75. DISTRIBUTION
  76.  
  77. HAMLAB PLUS is copyrighted.  It is not in the public domain, nor is
  78. it freeware.  Distribution is permitted only under the following
  79. conditions:
  80.  
  81. 1) Only versions designated as DEMO versions by the author may be
  82. freely distributed.  The unrestricted version is intended for
  83. use by registered users only, and may not be redistributed.
  84.  
  85. 2) DEMO versions must be distributed only in complete, unmodified
  86. form.  As long as the contents of a DEMO version archive are
  87. unchanged, the archive may be converted to any common archive format.
  88. For disk-based distributions only, the contents of the archive may be
  89. extracted into a directory separate from other disk contents.
  90.  
  91. Permission is explicitly granted to include DEMO versions of HAMLAB
  92. PLUS in the Fred Fish disk library, on any medium.
  93.  
  94. The author reserves the right to change the distribution terms of
  95. future versions at any time.
  96.  
  97. REGISTRATION INFORMATION
  98.  
  99. To obtain the registered version of HAMLAB PLUS, send the
  100. registration fee to:
  101.  
  102. Ed Hanway
  103. 149 Arborwood Crescent
  104. Rochester, NY 14615-3849 USA
  105.  
  106. The registration fee is $25 (US), discounted to $20 until January 1,
  107. 1993.  If registering from overseas, please include appropriate
  108. additional funds to cover costs of mailing a disk.
  109.  
  110. All registrations must be in US funds payable through a US bank.
  111. The following forms of payment are acceptable:
  112.  
  113.   U.S.A.        recommended: Personal check or money order
  114.  
  115.   Canada        recommended: Canadian postal money order in US dollars
  116.  
  117.                 acceptable:  Bank check payable through a US branch in
  118.                              US dollars
  119.  
  120.   Elsewhere     recommended: Bank check payable through a US bank in
  121.                              US dollars
  122.  
  123.                 at your own risk: US currency
  124.  
  125. SUPPORT INFORMATION
  126.  
  127. HAMLAB PLUS support is available on the Chromaticity BBS (Rochester,
  128. New York):
  129.  
  130.         Chromaticity
  131.         Amiga Graphics / Tech / HamLab Support
  132.         +1 716 647 6396
  133.         24hrs 1200-14400 bps
  134.         Dual Standard HST/V.32bis
  135.  
  136. A closed conference and file area are available on the BBS where
  137. registered users may obtain updates.  In addition, the latest demo
  138. version, as well as any freely distributable filters may also be
  139. downloaded from the open areas of the BBS.
  140.  
  141. The author can also be reached at the following email addresses:
  142.  
  143. BIX:            jehanway (1-2 day turnaround)
  144. GEnie:          JEHANWAY (2-3 WEEK turnaround)
  145. Internet:       jeh@raster.kodak.com
  146.  
  147. ACKNOWLEDGEMENTS
  148.  
  149. PCHG format developed by Sebastiano Vigna.
  150.  
  151. AmigaDOS pattern matching code by Dave Haynie.
  152.  
  153. JPEG support based on work by the Independent JPEG Group.
  154.  
  155. Thanks to Ed Dukeshire for suggesting something as simple and
  156. obvious as adding "Plus" to the name.
  157.  
  158. Thanks to everyone who helped with debugging and beta testing.
  159.